Match entries in a list to entries typed by users

  1. In design mode, drag the ListBox or ComboBox control from the Control Toolbox to the form .

  2. Right-click the list box or combo box, and then click Advanced Properties on the shortcut menu.

  3. To set the MatchEntry property, click the property and enter a value in the Apply box.
    Set the MatchEntry property to To
    No matching Provide no matching
    First letter Compare the most recently typed letter to the first letter of each entry in the list (the first match in the list is selected)
    Complete Compare the user's entry and an exact match in an entry from the list

Notes